Skip to content

fix(login): fix password visibility toggle not working - #348

Open
JoelVarghese1706 wants to merge 1 commit into
Hardhat-Enterprises:devfrom
JoelVarghese1706:fix-password-visibility-toggle/joel
Open

fix(login): fix password visibility toggle not working#348
JoelVarghese1706 wants to merge 1 commit into
Hardhat-Enterprises:devfrom
JoelVarghese1706:fix-password-visibility-toggle/joel

Conversation

@JoelVarghese1706

Copy link
Copy Markdown
Contributor

Description

The password visibility toggle button (eye icon) on the Login screen was did not function as intended.
Clicking the button did not toggle password visibility and the icon did not change state.

Changes Made

  • Fixed togglePasswordVisibility click listener in LoginActivity.java
  • Used boolean flag to correctly track visibility state
  • Password now correctly toggles between hidden and visible
  • Icon now changes to reflect current state (but still uses placeholder icons)

Testing

  • Tested on Medium Phone API 36.1 emulator
  • Password hides/shows correctly on button click
  • Icon updates on each click

Related Task

Microsoft Planner: Fix password visibility toggle on login screen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant